home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-06-27 | 469 b | 26 lines | [TEXT/CWIE] |
- // OTdsp.h
- #include <types.h>
-
- #ifndef __OPENTPTAPPLETALK__
- #include <OpenTptAppleTalk.h>
- #endif
-
- class DDPAddress;
-
- void Idle();
-
- typedef struct {
- TEndpoint* ep;
- DDPAddress addr;
- OTNameID nameID;
- } OTNetConData, **OTNetConDataHandle;
-
-
- long OTdspOpen(StringPtr Name, StringPtr Zone);
- long OTdspListen(StringPtr Name);
- long OTClose(long id);
- long OTdspStatus(long id);
- long OTChars(long id);
- long OTSend(long id, Str31 word);
- void OTRecvText( long id, Str31 word );
-